home *** CD-ROM | disk | FTP | other *** search
- ***************************************************************************
- *
- * Procedure file: BROWSE.PRG
- * System: GenScrnX
- * Version: 1.1
- * Author: Ken R. Levy
- * Company: Jet Propulsion Laboratory
- * Copyright: None (Public Domain)
- *
- ***************************************************************************
- *
- * BROWSE - Browse driver for debuging.
- *
- * Description:
- * This program is used as an optional driver for use with GENSCRNX.PRG.
- *
- * Features:
- * Activates BROWSE for database open in current work area.
- *
- * Notes:
- * In this program, for clarity/readability reasons, variable names
- * are used that are longer than 10 characters. Note, however, that only
- * the first 10 characters are significant.
- *
- * Important:
- * Function calls made from this program may be contained in GENSCRNX.PRG.
- * Variable names not declared PRIVATE in this program defined PRIVATE in
- * GENSCRNX.PRG.
- *
- ACTIVATE SCREEN
- BROWSE
- RETURN ''
-